/external/icu/icu4c/source/tools/toolutil/ |
D | ucmstate.c | 186 ucm_addState(UCMStates *states, const char *s) { in ucm_addState() 207 UCMStates *states; in ucm_parseHeaderLine() local 332 sumUpStates(UCMStates *states) { in sumUpStates() 424 ucm_processStates(UCMStates *states, UBool ignoreSISOCheck) { in ucm_processStates() 614 compactToUnicode2(UCMStates *states, in compactToUnicode2() 840 findUnassigned(UCMStates *states, in findUnassigned() 897 compactToUnicodeHelper(UCMStates *states, in compactToUnicodeHelper() 923 ucm_optimizeStates(UCMStates *states, in ucm_optimizeStates() 972 ucm_countChars(UCMStates *states, in ucm_countChars()
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 182 Node* node, FrameStateBeforeAndAfter* states) { in BindAccumulator() 192 FrameStateBeforeAndAfter* states) { in BindRegister() 204 FrameStateBeforeAndAfter* states) { in BindRegistersToProjections() 218 Node* node, FrameStateBeforeAndAfter* states) { in RecordAfterState() 650 FrameStateBeforeAndAfter states(this, iterator); in BuildLoadGlobal() local 719 FrameStateBeforeAndAfter states(this, iterator); in BuildStoreGlobal() local 803 FrameStateBeforeAndAfter states(this, iterator); in BuildLdaLookupSlot() local 828 FrameStateBeforeAndAfter states(this, iterator); in BuildStaLookupSlot() local 876 FrameStateBeforeAndAfter states(this, iterator); in BuildNamedLoad() local 918 FrameStateBeforeAndAfter states(this, iterator); in BuildKeyedLoad() local [all …]
|
D | ast-graph-builder.cc | 1654 FrameStateBeforeAndAfter states(this, BailoutId::None()); in VisitClassLiteralContents() local 1693 FrameStateBeforeAndAfter states(this, BeforeId(expr)); in VisitVariableProxy() local 1754 FrameStateBeforeAndAfter states(this, property->value()->id()); in VisitObjectLiteral() local 1947 FrameStateBeforeAndAfter states(this, subexpr->id()); in VisitArrayLiteral() local 1969 FrameStateBeforeAndAfter states(this, in VisitArrayLiteral() local 2010 FrameStateBeforeAndAfter states(this, bailout_id_before); in VisitForInAssignment() local 2019 FrameStateBeforeAndAfter states(this, property->obj()->id()); in VisitForInAssignment() local 2032 FrameStateBeforeAndAfter states(this, property->key()->id()); in VisitForInAssignment() local 2045 FrameStateBeforeAndAfter states(this, property->obj()->id()); in VisitForInAssignment() local 2060 FrameStateBeforeAndAfter states(this, property->key()->id()); in VisitForInAssignment() local [all …]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | StateListDrawableTest.java | 24 int[] states = {R.attr.state_pressed}; in testAddStateWithDrawable() local
|
D | FragmentActivityTest.java | 86 Object[] states = (Object[]) outState.getSerializable(ShadowFragmentActivity.FRAGMENTS_TAG); in onSaveInstanceState_shouldStoreListOfFragments() local
|
/external/autotest/client/cros/cellular/ |
D | air_state_verifier.py | 13 def AssertDataStatusIn(self, states): argument
|
/external/deqp/modules/gles3/functional/ |
D | es3fSamplerStateQueryTests.cpp | 78 } states[] = in init() local
|
D | es3fTextureStateQueryTests.cpp | 90 } states[] = in init() local
|
/external/robolectric/v1/src/test/java/android/webkit/ |
D | TestWebSettingsTest.java | 154 WebSettings.PluginState[] states = { in testPluginState() local
|
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/ |
D | network_WiFi_ProfileBasic.py | 51 def _assert_state_transition(self, ssid, states): argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
D | CombinedEventsManager.java | 42 private final List<EventState> states; field in CombinedEventsManager
|
/external/pdfium/third_party/freetype/src/psnames/ |
D | psmodule.c | 255 FT_UInt *states ) in ps_check_extra_glyph_name() 280 FT_UInt *states ) in ps_check_extra_glyph_unicode()
|
/external/freetype/src/psnames/ |
D | psmodule.c | 255 FT_UInt *states ) in ps_check_extra_glyph_name() 280 FT_UInt *states ) in ps_check_extra_glyph_unicode()
|
/external/aac/libSBRenc/src/ |
D | resampler.h | 108 FIXP_BQS states[MAXNR_SECTIONS+1][2]; /*! state buffer */ member
|
/external/autotest/client/site_tests/network_3GScanningProperty/ |
D | network_3GScanningProperty.py | 71 def _check_mm_state(self, modem, states): argument
|
/external/tcpdump/ |
D | print-hsrp.c | 50 static const struct tok states[] = { variable
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | OpenIntToDoubleHashMap.java | 77 private byte[] states; field in OpenIntToDoubleHashMap 270 private static int findInsertionIndex(final int[] keys, final byte[] states, in findInsertionIndex()
|
D | OpenIntToFieldHashMap.java | 83 private byte[] states; field in OpenIntToFieldHashMap 282 private static int findInsertionIndex(final int[] keys, final byte[] states, in findInsertionIndex()
|
/external/llvm/lib/Support/ |
D | regexec.c | 59 #define states states1 macro 106 #define states char * macro
|
/external/libxml2/ |
D | testAutomata.c | 37 xmlAutomataStatePtr states[1000]; in testRegexpFile() local
|
/external/autotest/client/cros/networking/ |
D | wifi_proxy.py | 335 def wait_for_service_states(self, ssid, states, timeout_seconds): argument
|
D | mm1_proxy.py | 247 def wait_for_states(self, states, argument
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | DFA.java | 99 protected Vector<DFAState> states = new Vector<DFAState>(); field in DFA
|
/external/deqp/modules/gles31/functional/ |
D | es31fSamplerStateQueryTests.cpp | 116 } states[] = in init() local
|
D | es31fTextureStateQueryTests.cpp | 134 } states[] = in init() local
|