HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 901 - 925 of 1195) sorted by null

<<31323334353637383940>>

  /external/v8/tools/
disasm.py 55 def GetDisasmLines(filename, offset, size, arch, inplace):
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
exec-002.js 71 /[^abc]def[abc]+/,
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
commitinfo_unittest.py 36 def test_commit_info_creation(self):
  /external/webkit/Tools/Scripts/webkitpy/common/config/
committers_unittest.py 34 def test_committer_lookup(self):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator_unittest.py 42 def setUp(self):
60 def _test_json_generation(self, passed_tests_list, failed_tests_list):
113 def _verify_json_results(self, tests_set, test_timings, failed_count_map,
175 def test_json_generation(self):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config_standalone.py 55 def main(argv=None):
http_server.py 57 def __init__(self, port_obj, output_dir, background=False, port=None,
106 def is_running(self):
109 def start(self):
233 def stop(self, force=False):
websocket_server.py 61 def url_is_alive(url):
98 def __init__(self, port_obj, output_dir, port=_DEFAULT_WS_PORT,
137 def start(self):
230 def stop(self, force=False):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
read_checksum_from_png_unittest.py 31 def test_read_checksum(self):
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py 8 def main():
  /frameworks/base/libs/utils/
CallStack.cpp 123 const char *map_to_name(uint64_t pc, const char* def, uint64_t* start) {
135 return def;
191 static const char *mapAddressToName(const void* pc, const char* def,
195 char const* name = sMapInfo.map_to_name(uint64_t(uintptr_t(pc)), def, &s);
  /frameworks/base/opengl/libs/GLES2_dbg/
generate_debug_in.py 23 def append_functions(functions, lines):
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationFactory.java 158 nextNew: for (AnnotationMember def : defs){
160 if (val.name.equals(def.name)) {
163 merged.add(val.setDefinition(def));
167 merged.add(def); // brand new element
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
context.h 29 #include <pulse/def.h>
  /external/icu4c/test/intltest/
dcfmapts.cpp 73 DecimalFormat def(status);
121 Format *clone = def.clone();
122 if( ! (*clone == def) ) {
139 res1 = def.format(d, res1, pos1);
194 def.setDecimalFormatSymbols(*newSyms);
195 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this
196 if( *(pat.getDecimalFormatSymbols()) != *(def.getDecimalFormatSymbols())) {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactory1Test.java 127 String def = KeyManagerFactory.getDefaultAlgorithm(); local
129 assertNull("DefaultAlgorithm must be null", def);
131 assertEquals("Invalid default algorithm", def, defaultAlgorithm);
137 if (def == null) {
138 def = "";
140 Security.setProperty("ssl.KeyManagerFactory.algorithm", def);
142 KeyManagerFactory.getDefaultAlgorithm(), def);
TrustManagerFactory1Test.java 149 String def = TrustManagerFactory.getDefaultAlgorithm(); local
151 assertNull("DefaultAlgorithm must be null", def);
153 assertEquals("Invalid default algorithm", def, getDefaultAlgorithm());
159 if (def == null) {
160 def = "";
162 Security.setProperty("ssl.TrustManagerFactory.algorithm", def);
164 TrustManagerFactory.getDefaultAlgorithm(), def);
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 56 def GetTypeChecker(cpp_type, field_type):
84 def __init__(self, *acceptable_types):
87 def CheckValue(self, proposed_value):
100 def CheckValue(self, proposed_value):
113 def CheckValue(self, proposed_value):
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 39 def CountLineNumber(filename):
53 def DumpRenderTreeFinished(adb_cmd):
65 def DiffResults(marker, new_results, old_results, diff_results, strip_reason,
117 def CompareResults(ref_dir, results_dir):
138 def main(options, args):
  /external/chromium/net/tools/testserver/
chromiumsync_test.py 16 def setUp(self):
19 def AddToModel(self, proto):
22 def GetChangesFromTimestamp(self, requested_types, timestamp):
30 def testPermanentItemSpecs(self):
44 def testSaveEntry(self):
58 def testWritePosition(self):
59 def MakeProto(id_string, parent, position):
74 def AssertPositionResult(my_id, parent_id, prev_id, expected_position):
111 def testCreatePermanentItems(self):
116 def ExpectedPermanentItemCount(self, sync_type)
    [all...]
  /external/icu4c/test/cintltst/
cdtrgtst.c 129 UDateFormat *def; local
163 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL, NULL, 0, pat, u_strlen(pat), &status);
170 udat_set2DigitYearStart(def, start, &status);
173 if( (udat_get2DigitYearStart(def, &status) != start))
180 got = udat_parse(def, s, u_strlen(s), 0, &status);
181 gotdate=myFormatit(def, got);
182 expdate=myFormatit(def, exp);
193 udat_close(def);
204 UDateFormat* def; local
214 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,tzID,-1,pattern, u_strlen(pattern),&status)
    [all...]
  /external/llvm/utils/
llvmbuild 123 def find_executable(executable, path=None):
156 def is_executable(fpath):
159 def add_options(parser):
194 def check_options(parser, options, valid_builds):
223 def get_path_abbrevs(paths):
258 def get_short_abbrevs(unique_bases):
296 def __init__(self, work_queue, jobs,
316 def run(self):
326 def execute(self, command, execdir, env, component):
357 def get_includes(self)
    [all...]
  /external/qemu/target-i386/
helper.c 314 x86_def_t *def; local
322 def = NULL;
325 def = &x86_defs[i];
329 if (!def)
331 memcpy(x86_cpu_def, def, sizeof(*def));
420 x86_def_t def1, *def = &def1; local
422 if (cpu_x86_find_by_name(def, cpu_model) < 0)
424 if (def->vendor1) {
425 env->cpuid_vendor1 = def->vendor1
    [all...]
  /external/openssl/apps/
req.c 139 static int add_attribute_object(X509_REQ *req, char *text, const char *def,
142 static int add_DN_object(X509_NAME *n, char *text, const char *def, char *value,
1199 const char *def; local
1256 if ((def=NCONF_get_string(req_conf,dn_sect,buf)) == NULL)
1259 def="";
    [all...]
  /frameworks/base/media/libstagefright/omx/
OMXNodeInstance.cpp 422 OMX_PARAM_PORTDEFINITIONTYPE def; local
423 def.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
424 def.nVersion.s.nVersionMajor = 1;
425 def.nVersion.s.nVersionMinor = 0;
426 def.nVersion.s.nRevision = 0;
427 def.nVersion.s.nStep = 0;
428 def.nPortIndex = portIndex;
429 OMX_ERRORTYPE err = OMX_GetParameter(mHandle, OMX_IndexParamPortDefinition, &def);
447 def.nBufferSize,

Completed in 522 milliseconds

<<31323334353637383940>>