HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 1 - 25 of 3037) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smack/src/org/xbill/DNS/windows/
DNSServer.properties 2 primary_dns_suffix=Primary Dns Suffix
3 dns_suffix=DNS Suffix
DNSServer_de.properties 2 primary_dns_suffix=Prim\u00E4res DNS-Suffix
  /external/qemu/target-i386/
ops_sse_header.h 21 #define SUFFIX _mmx
24 #define SUFFIX _xmm
37 DEF_HELPER_3(glue(psrlw, SUFFIX), void, env, Reg, Reg)
38 DEF_HELPER_3(glue(psraw, SUFFIX), void, env, Reg, Reg)
39 DEF_HELPER_3(glue(psllw, SUFFIX), void, env, Reg, Reg)
40 DEF_HELPER_3(glue(psrld, SUFFIX), void, env, Reg, Reg)
41 DEF_HELPER_3(glue(psrad, SUFFIX), void, env, Reg, Reg)
42 DEF_HELPER_3(glue(pslld, SUFFIX), void, env, Reg, Reg)
43 DEF_HELPER_3(glue(psrlq, SUFFIX), void, env, Reg, Reg)
44 DEF_HELPER_3(glue(psllq, SUFFIX), void, env, Reg, Reg
    [all...]
  /external/mockito/src/org/mockito/internal/matchers/
EndsWith.java 17 private final String suffix; field in class:EndsWith
19 public EndsWith(String suffix) {
20 this.suffix = suffix;
24 return actual != null && ((String) actual).endsWith(suffix);
28 description.appendText("endsWith(\"" + suffix + "\")");
  /ndk/tests/build/stlport-src-suffix/
README 1 This test is meant to test STLport at the presence of .arm and/or .neon suffix
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 28 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type) \
29 extern "C" mirror::Object* artAllocObjectFromCode ##suffix##suffix2( \
36 extern "C" mirror::Object* artAllocObjectFromCodeResolved##suffix##suffix2( \
43 extern "C" mirror::Object* artAllocObjectFromCodeInitialized##suffix##suffix2( \
50 extern "C" mirror::Object* artAllocObjectFromCodeWithAccessCheck##suffix##suffix2( \
57 extern "C" mirror::Array* artAllocArrayFromCode##suffix##suffix2( \
65 extern "C" mirror::Array* artAllocArrayFromCodeResolved##suffix##suffix2( \
73 extern "C" mirror::Array* artAllocArrayFromCodeWithAccessCheck##suffix##suffix2( \
81 extern "C" mirror::Array* artCheckAndAllocArrayFromCode##suffix##suffix2( \
92 extern "C" mirror::Array* artCheckAndAllocArrayFromCodeWithAccessCheck##suffix##suffix2(
    [all...]
  /external/llvm/utils/llvm-lit/
CMakeLists.txt 2 # llvm-lit needs suffix.py for multiprocess to find a main module.
3 set(suffix .py)
5 set(llvm_lit_path ${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-lit${suffix})
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
media_feature_symbol.py 6 def mediaFeatureSymbol(entry, suffix):
21 newName = newName + suffix
25 def getMediaFeatureSymbolWithSuffix(suffix):
27 return mediaFeatureSymbol(entry, suffix)
  /external/smack/src/org/xbill/DNS/
A6Record.java 19 private InetAddress suffix; field in class:A6Record
32 * @param suffix The address suffix
37 InetAddress suffix, Name prefix)
41 if (suffix != null && Address.familyOf(suffix) != Address.IPv6)
43 this.suffix = suffix;
56 suffix = InetAddress.getByAddress(bytes);
70 suffix = Address.getByAddress(s, Address.IPv6)
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
generic_object_view.js 43 label, object, indent, depth, maxDepth, suffix) {
46 label, indent, '<recursion limit reached>', suffix);
51 this.appendSimpleText_(label, indent, 'undefined', suffix);
56 this.appendSimpleText_(label, indent, 'null', suffix);
63 this.appendSimpleText_(label, indent, '"' + object + '"', suffix);
65 this.appendSimpleText_(label, indent, object, suffix);
73 this.appendElementWithLabel_(label, indent, link, suffix);
80 this.appendElementWithLabel_(label, indent, link, suffix);
86 label, object, indent, depth, maxDepth, suffix);
91 label, object, indent, depth, maxDepth, suffix);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
gen-fma-test.py 3 def emit(opcode,suffix,width,order,optype):
6 d['suffix']=suffix
14 elif suffix == 'pd':
16 elif suffix == 'sd':
18 elif suffix == 'ss':
29 print "v%(opcode)s%(order)s%(suffix)s %(op1)s, %(op2)s, %(op3)s" % (d)
32 print "v%(opcode)s%(order)s%(suffix)s %(op1)s, %(op2)s, %(op3)s" % (d)
36 for (suffix,width) in combos:
39 emit(opcode,suffix,width,order,optype
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
unique_position.h 37 // practice, however, most ordinals should be not much longer than the suffix.
46 static bool IsValidSuffix(const std::string& suffix);
49 // Returns a valid, but mostly random suffix.
60 // Creates a position with the given suffix. Ordering among positions created
63 static UniquePosition FromInt64(int64 i, const std::string& suffix);
66 static UniquePosition InitialPosition(const std::string& suffix);
71 const std::string& suffix);
73 const std::string& suffix);
76 const std::string& suffix);
93 // Returns the suffix
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
EventFactory.cpp.tmpl 5 {% if suffix == 'Modules' %}
6 #include "modules/{{namespace}}{{suffix}}Factory.h"
11 #include "{{namespace}}{{suffix}}Headers.h"
16 PassRefPtrWillBeRawPtr<{{namespace}}> {{namespace}}{{suffix}}Factory::create(const String& type)
MakeNames.h.tmpl 4 #ifndef {{namespace}}{{suffix}}Names_h
5 #define {{namespace}}{{suffix}}Names_h
7 {% if suffix %}
33 {{export}} void init{{suffix}}();
  /external/chromium_org/third_party/skia/src/utils/ios/
SkStream_NSData.mm 21 NSString* suffix = [NSString stringWithUTF8String:csuffix];
22 NSString* path = [bundle pathForResource:name ofType:suffix];
40 const char suffix[]) {
41 NSData* data = NSData_dataFromResource(name, suffix);
  /external/clang/test/Parser/
objcxx11-user-defined-literal.mm 3 id x = @"foo"_bar; // expected-error{{user-defined suffix cannot be used here}}
  /external/skia/src/utils/ios/
SkStream_NSData.mm 21 NSString* suffix = [NSString stringWithUTF8String:csuffix];
22 NSString* path = [bundle pathForResource:name ofType:suffix];
40 const char suffix[]) {
41 NSData* data = NSData_dataFromResource(name, suffix);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
SuffixFileFilter.java 26 * Filters files based on the suffix (what the filename ends with).
57 * Constructs a new Suffix file filter for a single extension.
59 * @param suffix the suffix to allow, must not be null
60 * @throws IllegalArgumentException if the suffix is null
62 public SuffixFileFilter(String suffix) {
63 this(suffix, IOCase.SENSITIVE);
67 * Constructs a new Suffix file filter for a single extension
70 * @param suffix the suffix to allow, must not be nul
    [all...]
  /external/jemalloc/
coverage.sh 6 suffix=$2
15 mv "${f}" "${f}.${suffix}"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 17 (?:_(?P<suffix>[^._]+))?
36 suffix='Suffix',
39 Note that SomeVersion and Suffix are optional and may be None
49 def d(location=None, name=None, shortname=None, version=None, suffix=None):
55 suffix=suffix
60 assert dylib_info('P/Foo_debug.dylib') == d('P', 'Foo_debug.dylib', 'Foo', suffix='debug')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 17 (?:_(?P<suffix>[^._]+))?
36 suffix='Suffix',
39 Note that SomeVersion and Suffix are optional and may be None
49 def d(location=None, name=None, shortname=None, version=None, suffix=None):
55 suffix=suffix
60 assert dylib_info('P/Foo_debug.dylib') == d('P', 'Foo_debug.dylib', 'Foo', suffix='debug')
  /external/easymock/src/org/easymock/internal/matchers/
EndsWith.java 26 private final String suffix; field in class:EndsWith
28 public EndsWith(String suffix) {
29 this.suffix = suffix;
33 return (actual instanceof String) && ((String) actual).endsWith(suffix);
37 buffer.append("endsWith(\"" + suffix + "\")");
  /external/llvm/lib/TableGen/
TableGenBackend.cpp 24 StringRef Suffix) {
26 assert((MAX_LINE_LEN - Prefix.str().size() - Suffix.size() > 0) &&
29 const size_t e = MAX_LINE_LEN - Suffix.size();
32 OS << Suffix << '\n';
41 StringRef Suffix(" *|");
43 size_t PSLen = Suffix.size() + Prefix.size();
47 printLine(OS, Prefix + Desc.slice(Pos, PosE), ' ', Suffix);
50 printLine(OS, Prefix, ' ', Suffix);
52 Suffix);
53 printLine(OS, Prefix, ' ', Suffix);
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
command_line_reader.cc 64 std::string suffix = ".local";
65 if (domain_name == suffix) {
66 LOG(ERROR) << "Domain name cannot be only \"" << suffix << "\"";
70 if (domain_name.size() < suffix.size() ||
71 domain_name.substr(domain_name.size() - suffix.size()) != suffix) {
72 LOG(ERROR) << "Domain name should end with \"" << suffix << "\"";
  /external/chromium_org/content/browser/
database_util_unittest.cc 49 "http_origin_0/#suffix", "http_origin_0", "", "suffix");
53 "http_origin_0/db_name#suffix", "http_origin_0", "db_name", "suffix");
55 TestVfsFilePath(false, "http_origin_0db_name#suffix");
57 TestVfsFilePath(false, "http_origin_0#db_name/suffix");
59 TestVfsFilePath(false, "/db_name#suffix");

Completed in 870 milliseconds

1 2 3 4 5 6 7 8 91011>>