Searched refs:operation (Results 1 - 25 of 531) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c60 enum hs20_session_operation operation)
66 "operation,password,redirect_uri) "
71 operation, pw ? pw : "",
1475 val = db_get_session_val(ctx, user, realm, session_id, "operation");
1512 val = db_get_session_val(ctx, user, realm, session_id, "operation");
1541 val = db_get_session_val(ctx, user, realm, session_id, "operation");
1752 "operation");
1767 "No pending operation in session %s",
2013 val = db_get_session_val(ctx, user, realm, session_id, "operation");
2226 debug_print(ctx, 1, "Unsupported operation '
56 db_add_session(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, const char *pw, const char *redirect_uri, enum hs20_session_operation operation) argument
[all...]
/external/vixl/src/a64/
H A Dsimulator-a64.cc592 Instr operation = instr->Mask(AddSubOpMask); local
594 switch (operation) {
688 // Switch on the logical operation, stripping out the NOT bit, as it has a
1643 // The exponent is irrelevant in the rounding operation, so we treat the
2203 // If the operation would produce a NaN, return the default NaN.
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c541 static void AddSubInternalFPF(uchar operation,InternalFPF *x,
619 ** (adds and subtracts being nearly the same operation)
1032 ** an 80387 in this operation.
1052 /* if the operation is addition */
1055 /* if the operation is multiplication */
1068 static void AddSubInternalFPF(uchar operation, argument
1087 if (x->sign ^ y->sign ^ operation)
1119 z->sign ^= operation;
1173 z->sign = locy.sign ^ operation;
1177 if (locx.sign ^ locy.sign ^ operation)
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c2591 PRE_REG_READ2(long, "flock", unsigned int, fd, unsigned int, operation);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1690 Syscall param flock(operation) contains uninitialised byte(s)
/external/sqlite/dist/orig/
H A Dsqlite3.c710 ** sync operation only needs to flush data to mass storage. Inode
919 ** disrupt the operation of the specialized VFSes that do require it.
927 ** operation of the specialized VFSes that do require it.
1020 ** the array as the only argument. If it returns non-zero, then the operation
1022 ** current operation.
2072 ** ^This function causes any pending database operation to abort and
2075 ** or Ctrl-C where the user wants a long query operation to halt
2079 ** thread that is currently running the database operation. But it
2083 ** ^If an SQL operation is very nearly finished at the time when
2087 ** ^An SQL operation tha
[all...]
/external/sqlite/dist/
H A Dsqlite3.c710 ** sync operation only needs to flush data to mass storage. Inode
919 ** disrupt the operation of the specialized VFSes that do require it.
927 ** operation of the specialized VFSes that do require it.
1020 ** the array as the only argument. If it returns non-zero, then the operation
1022 ** current operation.
2072 ** ^This function causes any pending database operation to abort and
2075 ** or Ctrl-C where the user wants a long query operation to halt
2079 ** thread that is currently running the database operation. But it
2083 ** ^If an SQL operation is very nearly finished at the time when
2087 ** ^An SQL operation tha
[all...]
/external/srec/srec/AcousticModels/src/
H A DAcousticModelsImpl.c37 #define CHKINTARRAY(rc, list, operation) rc = operation; \
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s101 @ saturation operation should take in the filter before scaling back to
H A DARM-E_interpolate_noloop_gnu.s93 @ saturation operation should take in the filter before scaling back to
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s101 @ saturation operation should take in the filter before scaling back to
H A DARM-E_interpolate_noloop_gnu.s93 @ saturation operation should take in the filter before scaling back to
/external/skia/src/utils/
H A DSkMD5.cpp115 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, argument
117 a = b + rotate_left(a + operation(b, c, d) + x + t, s);
127 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1
128 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2
129 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3
130 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4
131 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5
132 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6
133 operation(
[all...]
H A DSkSHA1.cpp116 static inline void operation(T operation, argument
119 E += rotate_left(A, 5) + operation(B, C, D) + w + k;
151 operation(F1(), A, B, C, D, E, W[ 0], K[0]);
152 operation(F1(), E, A, B, C, D, W[ 1], K[0]);
153 operation(F1(), D, E, A, B, C, W[ 2], K[0]);
154 operation(F1(), C, D, E, A, B, W[ 3], K[0]);
155 operation(F1(), B, C, D, E, A, W[ 4], K[0]);
156 operation(F1(), A, B, C, D, E, W[ 5], K[0]);
157 operation(F
[all...]
/external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
H A DAccessorTest.java108 String operation = m.group(2);
121 Assert.assertNotNull(String.format("Could not resolve accessor for %s_%s", type, operation),
124 int operationType = operationTypes.get(operation);
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js445 operation(cm, onMouseDown)(e);
1887 // Start a new operation.
1906 // Finish an operation, updating the display and signalling delayed events
1969 // Run the given function in an operation
1976 // Wraps a function in an operation. Returns the wrapped function.
1977 function operation(cm, f) {
2340 on(d.scroller, "mousedown", operation(cm, onMouseDown));
2343 on(d.scroller, "dblclick", operation(cm, function(e) {
2394 // Might be a text scaling operation, clear size caches.
2409 on(d.input, "keyup", operation(c
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAlarmManager.java24 public void set(int type, long triggerAtTime, PendingIntent operation) { argument
25 internalSet(type, triggerAtTime, 0L, operation);
29 public void setRepeating (int type, long triggerAtTime, long interval, PendingIntent operation){ argument
30 internalSet(type, triggerAtTime, interval, operation);
33 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation) { argument
34 Intent intent = shadowOf(operation).getSavedIntent();
36 Intent scheduledIntent = shadowOf(scheduledAlarm.operation).getSavedIntent();
42 scheduledAlarms.add(new ScheduledAlarm(type, triggerAtTime, interval, operation));
83 final Intent alarmIntent = shadowOf(scheduledAlarm.operation).getSavedIntent();
98 public PendingIntent operation; field in class:ShadowAlarmManager.ScheduledAlarm
100 ScheduledAlarm(int type, long triggerAtTime, PendingIntent operation) argument
104 ScheduledAlarm(int type, long triggerAtTime, long interval, PendingIntent operation) argument
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAlarmManagerTest.java148 assertThat(scheduledAlarm.operation, notNullValue());
149 assertThat(scheduledAlarm.operation, sameInstance(pendingIntent));
H A DContentProviderOperationBuilderTest.java67 ContentProviderOperation operation = builder.build();
68 assertThat(operation, notNullValue());
H A DContentProviderOperationTest.java26 ContentProviderOperation operation = builder.build();
27 ShadowContentProviderOperation shadowOperation = Robolectric.shadowOf(operation);
28 assertThat(operation.getUri(), equalTo(URI));
42 ContentProviderOperation operation = builder.build();
44 ShadowContentProviderOperation shadowOperation = Robolectric.shadowOf(operation);
54 ContentProviderOperation operation = builder.build();
55 ShadowContentProviderOperation shadowOperation = Robolectric.shadowOf(operation);
56 assertThat(operation.getUri(), equalTo(URI));
68 ContentProviderOperation operation = builder.build();
69 ShadowContentProviderOperation shadowOperation = Robolectric.shadowOf(operation);
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh168 # Infer the operation mode.
196 # Just use the default operation mode.
199 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
201 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
1453 # This environment variable determines our operation mode.
2288 $echo "$modename: invalid operation mode \`$mode'" 1>&2
2304 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
2439 $echo "$modename: invalid operation mode \`$mode'" 1>&2
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
H A DSDL_paudio.c292 * paud.operation; * PLAY, RECORD
318 paud_init.operation = PLAY;
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglevents.c92 mouseinfo.operation = MOUSE_GETINFO;

Completed in 571 milliseconds

1234567891011>>