HomeSort by relevance Sort by last modified time
    Searched defs:both (Results 1 - 13 of 13) sorted by null

  /external/elfutils/libebl/
ppc_symbol.c 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator in enum:__anon5669::__anon5670
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...]
x86_64_symbol.c 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator in enum:__anon5671::__anon5672
41 [R_X86_64_NONE] = { "R_X86_64_NONE", both },
105 assert (reloc_map_table[type].appear == both);
i386_symbol.c 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator in enum:__anon5661::__anon5662
41 [R_386_NONE] = { "R_386_NONE", both },
42 [R_386_32] = { "R_386_32", both },
117 assert (reloc_map_table[type].appear == both);
ppc64_symbol.c 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator in enum:__anon5667::__anon5668
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...]
  /external/clang/test/Sema/
missing-field-initializers.c 32 } both; member in struct:Three
  /external/clang/test/CodeGen/
pragma-weak.c 8 // CHECK: @both = alias void ()* @__both
113 void both(void) __attribute((alias("__both")));
114 #pragma weak both = __both macro
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SysinfoPanel.java 457 long both = Long.parseLong(m.group(2)); local
461 if (both < 100) {
462 mDataset.setValue("Idle", (100 - both));
472 mDataset.setValue(name + " (kernel)" , both - user);
474 if (user == 0 && kernel == 0 && both > 0) {
475 mDataset.setValue(name, both);
  /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/dbus/bus/
signals.c 1798 DBusList **neither, **just_type, **just_iface, **both; local
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.cpp 440 WebCore::IntRect both = rect; local
447 both.inflate(1 - inset);
448 both.intersect(testRect);
449 if (both.isEmpty())
464 *x = both.x() + (both.width() >> 1);
465 *y = both.y() + (both.height() >> 1);
    [all...]
  /external/pcre/
pcretest.c 62 environments, so it was added for release 5.0 to both the input and output. (It
555 /* Input lines are read into buffer, but both patterns and data lines can be
1101 /* This is used both at compile and run-time to check for <xxx> escapes. Print
1253 int both = argv[op][2] == 0; local
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 272 GridBagConstraints.LINE_START, GridBagConstraints.BOTH,
388 private StretchView both; field in class:ImageEditorPanel.StretchesViewer
404 both = new StretchView();
409 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
411 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
412 add(both, new GridBagConstraints(0, 2, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
413 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
433 both.scaledWidth = scaledWidth;
434 both.scaledHeight = scaledHeight;
468 both.remainderHorizontal = both.scaledWidth - remainderHorizontal
    [all...]
  /external/v8/test/cctest/
test-debug.cc 4200 v8::Handle<v8::ObjectTemplate> both = v8::ObjectTemplate::New(); local
    [all...]

Completed in 667 milliseconds