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

1 2 3 4 5 6 7 8 9

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 59 * <code>system.getPriority() + additional</code>.
61 public static final PropertyCategory system(PropertyCategory system, int additional) {
63 return system(system.getPriority() - SYSTEM_BASE + additional);
  /external/icu4c/data/translit/
trnsfiles.mk 15 # * To add an additional transliterators to the list:
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S 3 # count for additional 500 million each before exit
83 # count an additional 500 million
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 3 # count for additional 500 million each before exit
83 # count an additional 500 million
  /external/clang/lib/CodeGen/
CGCall.h 116 /// given that there may be some additional, non-formal arguments
119 unsigned additional) {
121 return RequiredArgs(prototype->getNumArgs() + additional);
133 unsigned additional) {
134 return forPrototypePlus(prototype.getTypePtr(), additional);
  /external/clang/tools/driver/
Android.mk 93 # the additional dependency is needed when you run mm/mmm.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
lcp.bat 4 REM this work for additional information regarding copyright ownership.
antRun.bat 5 REM this work for additional information regarding copyright ownership.
  /external/icu4c/data/misc/
miscfiles.mk 15 # * To add an additional file to the list:
  /external/icu4c/data/sprep/
sprepfiles.mk 15 # * To add an additional locale to the list:
  /external/libvpx/vp8/common/ppc/
platform_altivec.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/vp8/decoder/arm/armv5/
dequantize_v5.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/vpx_ports/
emms.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/mksh/
Android.mk 36 # additional flags first, then from Makefrag.inc: CFLAGS, CPPFLAGS
  /external/v8/test/mjsunit/
debug-compile-event.js 67 // If the compiled source contains 'eval' there will be additional compile
101 source_count++; // Using eval causes additional compilation event.
103 source_count += 2; // Using eval causes additional compilation event.
105 // Using JSON.parse does not causes additional compilation events.
  /external/webrtc/src/common_audio/resampler/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/common_audio/vad/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/aec/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/agc/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/modules/audio_processing/utility/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /external/webrtc/src/system_wrappers/source/
Android.mk 5 # tree. An additional intellectual property rights grant can be found
  /system/extras/tests/bionic/libstdc++/
Android.mk 26 # you can use EXTRA_CFLAGS to indicate additional CFLAGS to use
42 # you can use EXTRA_LDLIBS to indicate additional linker flags
  /external/openssh/openbsd-compat/
getrrsetbyname.c 172 struct dns_rr *additional; member in struct:dns_response
438 /* parse additional section */
439 resp->additional = parse_dns_rrsection(answer, size, &cp,
441 if (resp->header.arcount && resp->additional == NULL) {
594 free_dns_rr(p->additional);
  /bionic/libdl/
Android.mk 38 # for SuperH, additional code is necessary to handle .ctors section.
  /external/icu4c/data/brkitr/
brkfiles.mk 16 # * To add an additional locale to the list:

Completed in 1574 milliseconds

1 2 3 4 5 6 7 8 9