HomeSort by relevance Sort by last modified time
    Searched defs:fn (Results 326 - 350 of 693) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Lib/
aifc.py 964 fn = sys.argv[1] variable
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
n32.S 39 #define fn a5 define
69 REG_S fn, 5*FFI_SIZEOF_ARG($fp) # fn
  /external/python/cpython3/Lib/
aifc.py 924 fn = sys.argv[1] variable
925 with open(fn, 'r') as f:
926 print("Reading", fn)
  /external/python/cpython3/Lib/test/
test_fstring.py 421 def fn(y): function in function:.test_yield
424 g = fn(4)
428 def fn(x): function in function:.test_yield_send
431 g = fn(10)
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
n32.S 39 #define fn a5 define
69 REG_S fn, 5*FFI_SIZEOF_ARG($fp) # fn
  /external/python/cpython3/Tools/clinic/
clinic_test.py 150 def fn(): function in function:ClinicGroupPermuterTest.test_have_left_options_but_required_is_empty
152 self.assertRaises(AssertionError, fn)
  /external/skia/src/core/
SkICC.cpp 43 void fn_to_table(float* tablePtr, const SkColorSpaceTransferFn& fn) {
48 if (x >= fn.fD) {
49 tablePtr[i] = clamp_0_1(powf(fn.fA * x + fn.fB, fn.fG) + fn.fE);
51 tablePtr[i] = clamp_0_1(fn.fC * x + fn.fF);
69 SkColorSpaceTransferFn fn; local
70 if (this->isNumericalTransferFn(&fn)) {
    [all...]
  /external/skqp/src/core/
SkICC.cpp 43 void fn_to_table(float* tablePtr, const SkColorSpaceTransferFn& fn) {
48 if (x >= fn.fD) {
49 tablePtr[i] = clamp_0_1(powf(fn.fA * x + fn.fB, fn.fG) + fn.fE);
51 tablePtr[i] = clamp_0_1(fn.fC * x + fn.fF);
69 SkColorSpaceTransferFn fn; local
70 if (this->isNumericalTransferFn(&fn)) {
    [all...]
  /external/tensorflow/tensorflow/python/eager/
function_test.py 154 def fn(unused_a, unused_b): function in function:FunctionTest.testDefunOpGraphModeNoneOutput
158 fn_op = function.make_defun_op(fn, x, x)
  /external/tinycompress/
compress.c 221 char fn[256]; local
240 snprintf(fn, sizeof(fn), "/dev/snd/comprC%uD%u", card, device);
251 compress->fd = open(fn, O_RDONLY);
253 compress->fd = open(fn, O_WRONLY);
256 oops(&bad_compress, errno, "cannot open device '%s'", fn);
581 char fn[256]; local
583 snprintf(fn, sizeof(fn), "/dev/snd/comprC%uD%u", card, device);
590 fd = open(fn, dev_flag)
    [all...]
  /external/toybox/toys/pending/
modprobe.c 447 char *fn, *options; local
450 fn = llist_popme(&m->dep);
451 m2 = get_mod(fn, 1);
472 printf(options ? "insmod %s %s\n" : "insmod %s\n", fn, options);
478 printf("%s is already loaded, skipping\n", fn);
483 rc = ins_mod(fn, options);
485 printf("loaded %s '%s', rc:%d\n", fn, options, rc);
489 perror_msg("can't load module %s (%s)", m2->name, fn);
  /external/valgrind/callgrind/
fn.c 234 obj = (obj_node*) CLG_MALLOC("cl.fn.non.1", sizeof(obj_node));
235 obj->name = di ? VG_(strdup)( "cl.fn.non.2",
293 file_node* file = (file_node*) CLG_MALLOC("cl.fn.nfn.1",
295 file->name = VG_(strdup)("cl.fn.nfn.2", filename);
344 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", local
346 fn->name = VG_(strdup)("cl.fn.nfnnd.2", fnname);
349 fn->number = CLG_(stat).distinct_fns;
350 fn->last_cxt = 0
420 fn_node *fn = get_fn_node_infile(file, fnname); local
493 fn_node* fn; local
    [all...]
  /frameworks/base/tests/net/java/android/net/
ConnectivityManagerTest.java 330 static void mustFail(Runnable fn) {
332 fn.run();
  /frameworks/base/tests/net/java/android/net/nsd/
NsdManagerTest.java 319 public void mustFail(Runnable fn) {
321 fn.run();
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 143 static const char fn[] = "NfcTag::setDeactivationState"; local
148 << StringPrintf("%s: state=%u", fn, mActivationState);
161 static const char fn[] = "NfcTag::setActivationState"; local
165 << StringPrintf("%s: state=%u", fn, mActivationState);
227 static const char fn[] = "NfcTag::IsSameKovio"; local
228 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", fn);
261 << StringPrintf("%s: exit, is same Kovio=%d", fn, rVal);
278 static const char fn[] = "NfcTag::discoverTechnologies (activation)"; local
279 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: enter", fn);
368 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: Kovio", fn);
411 static const char fn[] = "NfcTag::discoverTechnologies (discovery)"; local
536 static const char fn[] = "NfcTag::createNativeNfcTag"; local
606 static const char fn[] = "NfcTag::fillNativeNfcTagMembers1"; local
658 static const char fn[] = "NfcTag::fillNativeNfcTagMembers2"; local
682 static const char fn[] = "NfcTag::fillNativeNfcTagMembers3"; local
797 static const char fn[] = "NfcTag::fillNativeNfcTagMembers4"; local
932 static const char fn[] = "NfcTag::fillNativeNfcTagMembers5"; local
999 static const char fn[] = "NfcTag::isP2pDiscovered"; local
1025 static const char fn[] = "NfcTag::selectP2p"; local
1068 static const char fn[] = "NfcTag::resetTechnologies"; local
1091 static const char fn[] = "NfcTag::selectFirstTag"; local
1131 static const char fn[] = "NfcTag::getT1tMaxMessageSize"; local
1152 static const char fn[] = "NfcTag::calculateT1tMaxMessageSize"; local
1186 static const char fn[] = "NfcTag::isMifareUltralight"; local
1218 static const char fn[] = "NfcTag::isMifareDESFire"; local
1266 static const char fn[] = "NfcTag::isT2tNackResponse"; local
1302 static const char fn[] = "NfcTag::connectionEventHandler"; local
1413 static const char fn[] = "NfcTag::getTransceiveTimeout"; local
1435 static const char fn[] = "NfcTag::setTransceiveTimeout"; local
1465 static const char fn[] = "NfcTag::isInfineonMyDMove"; local
1493 static const char fn[] = "NfcTag::isKovioType2Tag"; local
    [all...]
PeerToPeer.cpp 194 static const char fn[] = "PeerToPeer::registerServer"; local
196 << StringPrintf("%s: enter; service name: %s JNI handle: %u", fn,
204 "%s: service name=%s already registered, handle: 0x%04x", fn,
218 "%s: added new p2p server index: %d handle: %u name: %s", fn, ii,
226 LOG(ERROR) << StringPrintf("%s: service name=%s no free entry", fn,
233 "%s: got new p2p server h=0x%X", fn, pSrv->mNfaP2pServerHandle);
236 LOG(ERROR) << StringPrintf("%s: invalid server handle", fn);
253 static const char fn[] = "PeerToPeer::removeServer"; local
261 fn, jniHandle, mServers[i]->mNfaP2pServerHandle,
268 LOG(ERROR) << StringPrintf("%s: unknown server jni handle: %u", fn,
285 static const char fn[] = "PeerToPeer::llcpActivatedHandler"; local
365 static const char fn[] = "PeerToPeer::llcpDeactivatedHandler"; local
392 static const char fn[] = "PeerToPeer::llcpFirstPacketHandler"; local
430 static const char fn[] = "PeerToPeer::accept"; local
460 static const char fn[] = "PeerToPeer::deregisterServer"; local
513 static const char fn[] = "PeerToPeer::createClient"; local
572 static const char fn[] = "PeerToPeer::removeConn"; local
614 static const char fn[] = "PeerToPeer::connectConnOriented"; local
636 static const char fn[] = "PeerToPeer::connectConnOriented"; local
660 static const char fn[] = "PeerToPeer::createDataLinkConn"; local
850 static const char fn[] = "PeerToPeer::send"; local
908 static const char fn[] = "PeerToPeer::receive"; local
962 static const char fn[] = "PeerToPeer::disconnectConnOriented"; local
1025 static const char fn[] = "PeerToPeer::getRemoteMaxInfoUnit"; local
1049 static const char fn[] = "PeerToPeer::getRemoteRecvWindow"; local
1116 static const char fn[] = "PeerToPeer::enableP2pListening"; local
1158 static const char fn[] = "PeerToPeer::handleNfcOnOff"; local
1215 static const char fn[] = "PeerToPeer::nfaServerCallback"; local
1393 static const char fn[] = "PeerToPeer::nfaClientCallback"; local
1605 static const char fn[] = "P2pServer::registerWithStack"; local
1662 static const char fn[] = "P2pServer::accept"; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
aifc.py 954 fn = sys.argv[1] variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
aifc.py 954 fn = sys.argv[1] variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 954 fn = sys.argv[1] variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 954 fn = sys.argv[1] variable
    [all...]
  /system/tools/aidl/
aidl.cpp 78 string fn; local
82 if (!IoDelegate::GetAbsolutePath(filename, &fn)) {
102 len = fn.length();
106 p = fn.c_str() + (len - expected.length());
  /art/openjdkjvmti/
ti_stack.cc 76 fn(fn_),
96 fn(info);
110 FrameFn fn; member in struct:openjdkjvmti::GetStackTraceVisitor
119 FrameFn fn) {
120 return GetStackTraceVisitor<FrameFn>(thread_in, start, stop, fn);
882 template<typename Fn>
885 explicit MonitorInfoClosure(Fn handle_results)
    [all...]
  /bionic/tests/
dlfcn_test.cpp 208 int (*fn)(void);
209 fn = reinterpret_cast<int (*)(void)>(sym);
210 EXPECT_EQ(4, fn());
384 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "relo_test_get_answer")); local
385 ASSERT_TRUE(fn != nullptr) << dlerror();
386 ASSERT_EQ(1, fn());
418 fn_t fn, fn2; local
419 fn = reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer"));
420 ASSERT_TRUE(fn != nullptr) << dlerror();
424 ASSERT_EQ(42, fn());
471 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_get_answer")); local
498 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_get_answer")); local
536 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_grandchild_get_answer")); local
582 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_nephew_get_answer")); local
609 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle2, "check_order_reloc_get_answer")); local
657 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "check_order_reloc_root_get_answer")); local
1227 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "get_function_version")); local
1237 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "get_function_version")); local
1247 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "get_function_version")); local
1257 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "get_function_version")); local
1267 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "versioned_function")); local
1279 fn_t fn = reinterpret_cast<fn_t>(dlvsym(handle, "versioned_function", "nonversion")); local
1285 fn_t fn = reinterpret_cast<fn_t>(dlvsym(handle, "versioned_function", "TESTLIB_V2")); local
1308 dlopen_b_fn fn = (dlopen_b_fn)dlsym(handle, "dlopen_b"); local
1323 dlopen_b_fn fn = (dlopen_b_fn)dlsym(handle, "dlopen_b"); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys_settrace.py 290 def fn(*args): function in function:TraceTestCase.set_and_retrieve_func
293 sys.settrace(fn)
295 assert sys.gettrace() is fn
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 168 PyCFunctionObject *fn; local
176 fn = (PyCFunctionObject *)obj;
178 if (fn->m_self == NULL) {
180 PyObject *mod = fn->m_module;
198 fn->m_ml->ml_name);
201 fn->m_ml->ml_name);
207 PyObject *self = fn->m_self;
208 PyObject *name = PyString_FromString(fn->m_ml->ml_name);
222 fn->m_ml->ml_name);

Completed in 1248 milliseconds

<<11121314151617181920>>