HomeSort by relevance Sort by last modified time
    Searched refs:version (Results 201 - 225 of 10124) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86_64/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestNan.rs 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 #pragma version(1)
  /development/ndk/platforms/android-3/include/asm-generic/
ipc.h 35 #define IPCCALL(version,op) ((version)<<16 | (op))
  /device/htc/flounder/
nvcamera.conf 5 version=1
  /external/antlr/antlr-3.4/runtime/Ruby/
rakefile 8 self.version = ANTLR3::VERSION_STRING
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
MyProvider.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
35 MyProvider(String name, double version, String info) {
36 super(name, version, info);
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTInfo.properties 6 # to you under the Apache License, Version 2.0 (the "License");
27 # Product Version: Xalan-Java @impl.version@
29 # W3C XSL Transformations (XSLT) Version 1.0
30 version=1.0
  /external/bison/build-aux/
Makefile.am 5 # the Free Software Foundation, either version 3 of the License, or
6 # (at your option) any later version.
19 prev-version.txt \
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
setup.py 43 if sys.version < '2.3':
58 # See the source of distutils.version, distutils.versionpredicate and
59 # distutils.dist to understand how to name version numbers.
60 version='0.7.6', variable
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
chrome_test.py 10 version = 1 variable
17 utils.update_version(pwd + '/src', False, version, setup, None)
  /external/chromium_org/chrome/tools/build/
make_version_cc.py 14 print >>sys.stderr, 'usage: %s version.cc version' % me
17 (cc_file, version) = args
28 ''' % (me, version)
  /external/chromium_org/content/browser/service_worker/
service_worker_handle.h 33 // Creates a handle for a live version. The version's corresponding
35 // This may return NULL if |context|.get() or |version| is NULL.
43 ServiceWorkerVersion* version);
49 ServiceWorkerVersion* version);
53 virtual void OnWorkerStarted(ServiceWorkerVersion* version) OVERRIDE;
54 virtual void OnWorkerStopped(ServiceWorkerVersion* version) OVERRIDE;
55 virtual void OnErrorReported(ServiceWorkerVersion* version,
60 virtual void OnReportConsoleMessage(ServiceWorkerVersion* version,
66 virtual void OnVersionStateChanged(ServiceWorkerVersion* version) OVERRIDE
71 ServiceWorkerVersion* version() { return version_.get(); } function in class:content::ServiceWorkerHandle
    [all...]
  /external/chromium_org/net/proxy/
dhcpcsvc_init_win.cc 18 DWORD version = 0; local
19 DWORD err = DhcpCApiInitialize(&version);
  /external/chromium_org/ppapi/api/
ppp_input_event.idl 14 [version=0.1, macro="PPP_INPUT_EVENT_INTERFACE"]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp.h 24 union Version {
25 SK_OT_Fixed version; member in union:SkOTTableMaximumProfile::Version
29 } version; member in struct:SkOTTableMaximumProfile
  /external/clang/test/CodeGenCXX/
copy-in-cplus-object.cpp 14 int version() const;
20 int (^V)() = ^{ return one.version(); };
  /external/e2fsprogs/lib/e2p/
getversion.c 2 * getversion.c - Get a file version on an ext2 file system
10 * General Public License, version 2.
26 int getversion (int fd, unsigned long * version)
32 *version = ver;
  /external/libcxx/test/algorithms/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := algorithms/version
20 test_src := version.pass.cpp
  /external/libcxx/test/atomics/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := atomics/version
20 test_src := version.pass.cpp
  /external/libcxx/test/diagnostics/std.exceptions/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := diagnostics/std.exceptions/version
20 test_src := version.pass.cpp
  /external/libcxx/test/iterators/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := iterators/version
20 test_src := version.pass.cpp
  /external/libcxx/test/language.support/cstdint/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := language.support/cstdint/version
20 test_src := version.pass.cpp
  /external/libcxx/test/localization/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := localization/version
20 test_src := version.pass.cpp
  /external/libcxx/test/numerics/cfenv/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := numerics/cfenv/version
20 test_src := version.pass.cpp
  /external/libcxx/test/numerics/numarray/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := numerics/numarray/version
20 test_src := version.pass.cpp

Completed in 1053 milliseconds

1 2 3 4 5 6 7 891011>>