HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 151 - 175 of 19521) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 39 : TestCaseGroup(context, "state_change_only", "Test cost of state change calls without rendering anything")
219 ADD_ARG_CASE1(enable, "Test cost of glEnable() calls",
237 ADD_ARG_CASE1(disable, "Test cost of glDisable() calls",
255 ADD_ARG_CASE1(depth_func, "Test cost of glDepthFunc() calls",
270 ADD_ARG_CASE1(depth_mask, "Test cost of glDepthMask() calls",
279 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls",
288 ADD_ARG_CASE1(clear_depth, "Test cost of glClearDepth() calls",
298 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls",
308 ADD_ARG_CASE1(line_width, "Test cost of glLineWidth() calls",
318 ADD_ARG_CASE1(cull_face, "Test cost of glCullFace() calls",
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneAdapter.java 68 * TimeZone API; calls through to wrapped time zone.
77 * TimeZone API; calls through to wrapped time zone.
86 * TimeZone API; calls through to wrapped time zone.
95 * TimeZone API; calls through to wrapped time zone.
103 * TimeZone API; calls through to wrapped time zone.
111 * TimeZone API; calls through to wrapped time zone.
119 * TimeZone API; calls through to wrapped time zone.
127 * Boilerplate API; calls through to wrapped object.
135 * Boilerplate API; calls through to wrapped object.
143 * Boilerplate API; calls through to wrapped object
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneAdapter.java 67 * TimeZone API; calls through to wrapped time zone.
76 * TimeZone API; calls through to wrapped time zone.
85 * TimeZone API; calls through to wrapped time zone.
94 * TimeZone API; calls through to wrapped time zone.
102 * TimeZone API; calls through to wrapped time zone.
110 * TimeZone API; calls through to wrapped time zone.
118 * TimeZone API; calls through to wrapped time zone.
126 * Boilerplate API; calls through to wrapped object.
134 * Boilerplate API; calls through to wrapped object.
142 * Boilerplate API; calls through to wrapped object
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
PackageManagerWrapper.java 45 * Calls {@code PackageManager.getInstalledApplicationsAsUser()}.
52 * Calls {@code PackageManager.hasSystemFeature()}.
59 * Calls {@code PackageManager.queryIntentActivitiesAsUser()}.
66 * Calls {@code PackageManager.getInstallReason()}.
73 * Calls {@code PackageManager.getApplicationInfoAsUser}
79 * Calls {@code PackageManager.setDefaultBrowserPackageNameAsUser}
84 * Calls {@code PackageManager.getDefaultBrowserPackageNameAsUser}
89 * Calls {@code PackageManager.getHomeActivities}
94 * Calls {@code PackageManager.queryIntentServicesAsUser}
99 * Calls {@code PackageManager.replacePreferredActivity
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 21 import android.provider.CallLog.Calls;
69 values.put(Calls.COUNTRY_ISO, countryIso);
71 values.put(Calls.GEOCODED_LOCATION,
72 getGeocodedLocationFor(values.getAsString(Calls.NUMBER), countryIso));
74 final String number = values.getAsString(Calls.NUMBER);
76 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_UNKNOWN);
77 values.put(Calls.NUMBER, "");
81 if (!values.containsKey(Calls.CACHED_NORMALIZED_NUMBER) &&
85 values.put(Calls.CACHED_NORMALIZED_NUMBER, normalizedNumber)
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls.py 68 msg='Expected calls not found:\n' + missing)
88 chain of attributes (without any calls) starting from "self".
120 def watchCalls(self, calls):
121 """Add calls to the set of watched calls.
124 calls: a sequence of mock.call instances identifying targets to watch
126 self._watched.update((call.name, call) for call in calls)
133 ignore: a list of public methods to ignore when watching for calls
143 """Clear the set of watched calls."""
146 def assertCalls(self, *calls)
    [all...]
  /external/clang/test/CodeGenCXX/
virtual-base-destructor-call.cpp 19 // basic_iostream's complete dtor calls its base dtor, then its
25 // basic_istream's complete dtor calls the base dtor,
31 // basic_istream's deleting dtor calls the complete dtor, then
37 // basic_iostream's deleting dtor calls its complete dtor, then
48 // basic_iostream's base dtor calls its non-virtual base dtor.
  /external/libmojo/third_party/catapult/devil/devil/utils/
mock_calls.py 68 msg='Expected calls not found:\n' + missing)
88 chain of attributes (without any calls) starting from "self".
120 def watchCalls(self, calls):
121 """Add calls to the set of watched calls.
124 calls: a sequence of mock.call instances identifying targets to watch
126 self._watched.update((call.name, call) for call in calls)
133 ignore: a list of public methods to ignore when watching for calls
143 """Clear the set of watched calls."""
146 def assertCalls(self, *calls)
    [all...]
  /external/llvm/test/CodeGen/ARM/
disable-tail-calls.ll 2 ; RUN: llc < %s -mtriple=arm-unknown-unknown -disable-tail-calls | FileCheck %s --check-prefix=DISABLE-TRUE
3 ; RUN: llc < %s -mtriple=arm-unknown-unknown -disable-tail-calls=false | FileCheck %s --check-prefix=DISABLE-FALSE
5 ; Check that command line option "-disable-tail-calls" overrides function
6 ; attribute "disable-tail-calls".
40 attributes #0 = { "disable-tail-calls"="true" }
  /external/llvm/test/CodeGen/X86/
disable-tail-calls.ll 2 ; RUN: llc < %s -march x86-64 -disable-tail-calls | FileCheck %s --check-prefix=DISABLE-TRUE
3 ; RUN: llc < %s -march x86-64 -disable-tail-calls=false | FileCheck %s --check-prefix=DISABLE-FALSE
5 ; Check that command line option "-disable-tail-calls" overrides function
6 ; attribute "disable-tail-calls".
40 attributes #0 = { "disable-tail-calls"="true" }
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
FinishableWrapperOutputStream.java 36 * Calls {@link java.io.OutputStream#write(int) out.write(b)}.
43 * Calls {@link java.io.OutputStream#write(byte[]) out.write(buf)}.
50 * Calls {@link java.io.OutputStream#write(byte[],int,int)
58 * Calls {@link java.io.OutputStream#flush() out.flush()}.
65 * Calls {@link java.io.OutputStream#close() out.close()}.
  /external/webrtc/webrtc/modules/audio_coding/acm2/
call_statistics.h 18 // This class is for book keeping of calls to ACM. It is not useful to log API
19 // calls which are supposed to be called every 10ms, e.g. PlayoutData10Ms(),
20 // however, it is useful to know the number of such calls in a given time
21 // interval. The current implementation covers calls to PlayoutData10Ms() with
47 // Get statistics for decoding. The statistics include the number of calls to
  /external/eigen/unsupported/test/
BVH.cpp 48 BallPointStuff() : calls(0), count(0) {}
49 BallPointStuff(const VectorType &inP) : p(inP), calls(0), count(0) {}
52 bool intersectVolume(const BoxType &r) { ++calls; return r.contains(p); }
54 ++calls;
60 bool intersectVolumeVolume(const BoxType &r1, const BoxType &r2) { ++calls; return !(r1.intersection(r2)).isNull(); }
61 bool intersectVolumeObject(const BoxType &r, const BallType &b) { ++calls; return r.squaredExteriorDistance(b.center) < SQR(b.radius); }
62 bool intersectObjectVolume(const BallType &b, const BoxType &r) { ++calls; return r.squaredExteriorDistance(b.center) < SQR(b.radius); }
64 ++calls;
69 bool intersectVolumeObject(const BoxType &r, const VectorType &v) { ++calls; return r.contains(v); }
71 ++calls;
87 int calls; member in struct:BallPointStuff
    [all...]
  /external/python/cpython2/Doc/library/
fm.rst 33 Initialization function. Calls :c:func:`fminit`. It is normally not necessary to
40 Return a font handle object. Calls ``fmfindfont(fontname)``.
52 method below). Calls ``fmprstr(string)``.
57 Sets the font search path. Calls ``fmsetpath(string)``. (XXX Does not work!?!)
69 Returns a handle for a scaled version of this font. Calls ``fmscalefont(fh,
76 font handle object is deleted. Calls ``fmsetfont(fh)``.
81 Returns this font's name. Calls ``fmgetfontname(fh)``.
87 there is none. Calls ``fmgetcomment(fh)``.
99 Returns the width, in pixels, of *string* when drawn in this font. Calls
  /external/vboot_reference/tests/
rollback_index2_tests.c 23 * Buffer to hold accumulated list of calls to mocked Tlcl functions.
50 static int noise_on[MAX_NOISE_COUNT]; /* calls to inject noise on */
87 /* Mocks for tlcl functions which log the calls made to mock_calls[]. */
189 /* TlclGetFlags() doesn't need mocking; it calls TlclGetPermanentFlags() */
252 "tlcl calls");
266 "tlcl calls");
278 "tlcl calls");
288 "tlcl calls");
302 "tlcl calls");
318 "tlcl calls");
    [all...]
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 39 : TestCaseGroup(context, "state_change_only", "Test cost of state change calls without rendering anything")
188 ADD_ARG_CASE1(enable, "Test cost of glEnable() calls",
204 ADD_ARG_CASE1(disable, "Test cost of glDisable() calls",
220 ADD_ARG_CASE1(depth_func, "Test cost of glDepthFunc() calls",
235 ADD_ARG_CASE1(depth_mask, "Test cost of glDepthMask() calls",
244 ADD_ARG_CASE1(stencil_mask, "Test cost of glStencilMask() calls",
253 ADD_ARG_CASE1(clear_depth, "Test cost of glClearDepth() calls",
263 ADD_ARG_CASE1(clear_stencil, "Test cost of glClearStencil() calls",
273 ADD_ARG_CASE1(line_width, "Test cost of glLineWidth() calls",
283 ADD_ARG_CASE1(cull_face, "Test cost of glCullFace() calls",
    [all...]
  /libcore/ojluni/src/main/java/java/security/
AccessController.java 40 * Calls {@code action.run()}.
47 * Calls {@code action.run()}.
55 * Calls {@code action.run()}.
63 * Calls {@code action.run()}.
79 * Calls {@code action.run()}.
88 * Calls {@code action.run()}.
  /packages/apps/Settings/src/com/android/settings/applications/
IPackageManagerWrapper.java 34 * Calls {@code IPackageManager.checkUidPermission()}.
41 * Calls {@code IPackageManager.findPersistentPreferredActivity()}.
48 * Calls {@code IPackageManager.getPackageInfo()}.
55 * Calls {@code IPackageManager.getAppOpPermissionPackages()}.
62 * Calls {@code IPackageManager.isPackageAvailable()}.
69 * Calls {@code IPackageManager.getPackagesHoldingPermissions()}.
  /external/google-breakpad/src/testing/include/gmock/
gmock-cardinalities.h 64 // calls allowed.
68 // Returns true iff call_count calls will satisfy this cardinality.
71 // Returns true iff call_count calls will saturate this cardinality.
93 // calls allowed.
97 // Returns true iff call_count calls will satisfy this cardinality.
102 // Returns true iff call_count calls will saturate this cardinality.
107 // Returns true iff call_count calls will over-saturate this
108 // cardinality, i.e. exceed the maximum number of allowed calls.
125 // Creates a cardinality that allows at least n calls.
128 // Creates a cardinality that allows at most n calls
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-cardinalities.h 64 // calls allowed.
68 // Returns true iff call_count calls will satisfy this cardinality.
71 // Returns true iff call_count calls will saturate this cardinality.
93 // calls allowed.
97 // Returns true iff call_count calls will satisfy this cardinality.
102 // Returns true iff call_count calls will saturate this cardinality.
107 // Returns true iff call_count calls will over-saturate this
108 // cardinality, i.e. exceed the maximum number of allowed calls.
125 // Creates a cardinality that allows at least n calls.
128 // Creates a cardinality that allows at most n calls
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-cardinalities.h 64 // calls allowed.
68 // Returns true iff call_count calls will satisfy this cardinality.
71 // Returns true iff call_count calls will saturate this cardinality.
93 // calls allowed.
97 // Returns true iff call_count calls will satisfy this cardinality.
102 // Returns true iff call_count calls will saturate this cardinality.
107 // Returns true iff call_count calls will over-saturate this
108 // cardinality, i.e. exceed the maximum number of allowed calls.
125 // Creates a cardinality that allows at least n calls.
128 // Creates a cardinality that allows at most n calls
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
SmbiosMeasurementDxe.uni 4 // This driver calculates SMBIOS table based on default policy and calls TPM interface to measure the updated SMBIOS table.
20 #string STR_MODULE_DESCRIPTION #language en-US "This driver calculates SMBIOS table based on default policy and calls TPM interface to measure the updated SMBIOS table."
  /external/autotest/client/deps/glbench/src/
glinterfacetest.h 27 // Callback for GL rendering function to be run before GLX/EGL calls.
32 // For calling some GL operations before GLX/EGL calls.
  /external/autotest/client/deps/lansim/src/
wrapper_sys_ioctl.c 32 /* Routing table calls. */
80 /* ARP cache control calls. */
81 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
86 /* RARP cache control calls. */
91 /* Driver configuration calls */
96 /* DLCI configuration calls */
101 /* Device private ioctl calls. */
111 * These 16 ioctl calls are protocol private
  /external/autotest/client/tests/tbench/
control 10 calls that smbd would do under a netbench load. It does no filesystem
11 calls. The idea behind tbench is to eliminate smbd from the netbench

Completed in 548 milliseconds

1 2 3 4 5 67 8 91011>>