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

1 2 3 4 5

  /external/elfutils/libebl/
ppc64_symbol.c 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator in enum:__anon3596::__anon3597
42 [R_PPC64_NONE] = { "R_PPC64_NONE", both },
43 [R_PPC64_ADDR32] = { "R_PPC64_ADDR32", both },
44 [R_PPC64_ADDR24] = { "R_PPC64_ADDR24", both },
45 [R_PPC64_ADDR16] = { "R_PPC64_ADDR16", both },
46 [R_PPC64_ADDR16_LO] = { "R_PPC64_ADDR16_LO", both },
47 [R_PPC64_ADDR16_HI] = { "R_PPC64_ADDR16_HI", both },
48 [R_PPC64_ADDR16_HA] = { "R_PPC64_ADDR16_HA", both },
49 [R_PPC64_ADDR14] = { "R_PPC64_ADDR14", both },
52 [R_PPC64_REL24] = { "R_PPC64_REL24", both },
    [all...]
ppc_symbol.c 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator in enum:__anon3598::__anon3599
42 [R_PPC_NONE] = { "R_PPC_NONE", both },
43 [R_PPC_ADDR32] = { "R_PPC_ADDR32", both },
44 [R_PPC_ADDR24] = { "R_PPC_ADDR24", both },
45 [R_PPC_ADDR16] = { "R_PPC_ADDR16", both },
46 [R_PPC_ADDR16_LO] = { "R_PPC_ADDR16_LO", both },
47 [R_PPC_ADDR16_HI] = { "R_PPC_ADDR16_HI", both },
48 [R_PPC_ADDR16_HA] = { "R_PPC_ADDR16_HA", both },
52 [R_PPC_REL24] = { "R_PPC_REL24", both },
53 [R_PPC_REL14] = { "R_PPC_REL14", both },
    [all...]
i386_symbol.c 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator in enum:__anon3590::__anon3591
41 [R_386_NONE] = { "R_386_NONE", both },
42 [R_386_32] = { "R_386_32", both },
117 assert (reloc_map_table[type].appear == both);
x86_64_symbol.c 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator in enum:__anon3600::__anon3601
41 [R_X86_64_NONE] = { "R_X86_64_NONE", both },
105 assert (reloc_map_table[type].appear == both);
  /development/ndk/samples/hello-neon/jni/
Application.mk 1 # Build both ARMv5TE and ARMv7-A machine code.
  /external/clearsilver/cs/
test_comma.cs 2 Comma tests, evalute both but pass right most as expression result
  /external/v8/src/
v8.h 38 // If both are defined in Google3, then we are building an optimized v8 with
51 #error both DEBUG and NDEBUG are set
  /external/openssl/android.testssl/
testssl 45 echo test sslv2 with both client and server authentication
58 echo test sslv3 with both client and server authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and small client buffers
76 echo test sslv2/sslv3 with both client and server authentication and small server buffers
79 echo test sslv2/sslv3 with both client and server authentication and small client and server buffers
82 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough
95 echo test sslv2 with both client and server authentication via BIO pair
108 echo test sslv3 with both client and server authentication via BIO pair
128 echo test sslv2/sslv3 with both client and server authentication via BIO pai
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /packages/apps/Mms/
Android.mk 23 # This finds and builds the test apk as well, so a single make does both.
  /external/expat/
Android.mk 3 # We need to build this for both the device (as a shared library)
  /external/libpng/
Android.mk 3 # We need to build this for both the device (as a shared library)
  /external/libxml2/
Android.mk 3 # We need to build this for both the device (as a shared library)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SysinfoPanel.java 448 long both = Long.parseLong(m.group(2)); local
452 if (both < 100) {
453 mDataset.setValue("Idle", (100 - both));
463 mDataset.setValue(name + " (kernel)" , both - user);
465 if (user == 0 && kernel == 0 && both > 0) {
466 mDataset.setValue(name, both);
  /development/ndk/samples/two-libs/jni/
Android.mk 17 # generate two distinct shared libraries and have them both
  /external/svox/pico/
Android.mk 2 # This makefile builds both an activity and a shared library.
  /external/chromium/third_party/libevent/test/
regress.c 221 struct both { struct
229 struct both *both = arg; local
239 both->nread += len;
240 if (event_add(&both->ev, NULL) == -1)
247 struct both *both = arg; local
252 if (len > both->nread)
253 len = both->nread;
263 both->nread -= len
    [all...]
  /external/v8/include/
v8-debug.h 42 #error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\
  /external/libffi/
Android.mk 15 # This makefile builds both for host and target, and so all the
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 38 // Ensure both strings involved are unharmed
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 270 GridBagConstraints.LINE_START, GridBagConstraints.BOTH,
386 private StretchView both; field in class:ImageEditorPanel.StretchesViewer
402 both = new StretchView();
407 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
409 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
410 add(both, new GridBagConstraints(0, 2, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
411 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
431 both.scaledWidth = scaledWidth;
432 both.scaledHeight = scaledHeight;
466 both.remainderHorizontal = both.scaledWidth - remainderHorizontal
    [all...]
  /external/v8/test/cctest/
test-regexp.cc     [all...]
  /bionic/linker/
Android.mk 17 # This is aligned to 4K page boundary so that both GNU ld and gold work. Gold
  /external/v8/test/mjsunit/regress/
regress-r3391.js 30 // vague on this point. This test is now passed by both V8 and JSC.
  /external/v8/test/mjsunit/
sin-cos.js 42 // By accident, the slow case for sine and cosine were both sine at

Completed in 693 milliseconds

1 2 3 4 5