HomeSort by relevance Sort by last modified time
    Searched refs:initializing (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/test/Sema/
predef.c 9 expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qualifiers}}
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
RobolectricInternals.java 24 public static Object initializing(Object instance) throws Exception { method in class:RobolectricInternals
25 return classHandler.initializing(instance);
ClassHandler.java 9 Object initializing(Object instance); method in interface:ClassHandler
ShadowWrangler.java 128 public Object initializing(Object instance) { method in class:ShadowWrangler
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug433.go 7 // Test that initializing struct fields out of order still runs
issue15747b.go 8 // then it's easy to end up not initializing the '&x' pseudo-variable
  /prebuilts/go/linux-x86/test/fixedbugs/
bug433.go 7 // Test that initializing struct fields out of order still runs
issue15747b.go 8 // then it's easy to end up not initializing the '&x' pseudo-variable
  /prebuilts/go/darwin-x86/src/cmd/fix/
jnitype.go 28 // This fix finds nils initializing these types and replaces the nils with 0s.
cftype.go 31 // This fix finds nils initializing these types and replaces the nils with 0s.
  /prebuilts/go/linux-x86/src/cmd/fix/
jnitype.go 28 // This fix finds nils initializing these types and replaces the nils with 0s.
cftype.go 31 // This fix finds nils initializing these types and replaces the nils with 0s.
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 164 Boolean initializing; /* in process of initializing state machines */ member in struct:eapol_state_machine
eapol_auth_sm.c 930 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr))
932 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr))
934 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr))
936 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr))
938 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr))
1012 sm->initializing = TRUE;
1019 sm->initializing = FALSE;
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
PsiBasedCodebase.kt 95 private var initializing = false
106 initializing = true
176 initializing = false
268 initializing = true
356 initializing = false
417 if (!initializing && options.hideClasspathClasses) {
418 // This class is found while we're no longer initializing all the source units:
448 if (!initializing) {
604 if (!initializing) {
681 initializing = tru
    [all...]
  /art/test/670-bitstring-type-check/
build 71 // check bitstrings when we enter Main.main() and start initializing them above.
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 37 /// Extra information provided by generated code when initializing a message or file descriptor.
  /external/python/cpython3/Python/
import.c 83 Py_FatalError("initializing sys.meta_path, sys.path_hooks, "
138 Py_FatalError("initializing zipimport failed");
511 loaded). To prevent initializing an extension module more than
1553 int initializing = 0; local
    [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
sandbox-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
sandbox-3.6.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
sandbox-3.5.1.jar 
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 57 // get returns the current representation for bu, initializing it if necessary.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 57 // get returns the current representation for bu, initializing it if necessary.
  /prebuilts/go/darwin-x86/src/runtime/
signal_unix.go 714 // minitSignals is called when initializing a new m to set the
721 // minitSignalStack is called when initializing a new m to set the
742 // minitSignalMask is called when initializing a new m to set the
  /prebuilts/go/linux-x86/src/runtime/
signal_unix.go 714 // minitSignals is called when initializing a new m to set the
721 // minitSignalStack is called when initializing a new m to set the
742 // minitSignalMask is called when initializing a new m to set the

Completed in 697 milliseconds

1 2 3