HomeSort by relevance Sort by last modified time
    Searched refs:nt (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 47 struct nouveau_texture *nt = CALLOC_STRUCT(nouveau_texture); local
49 _mesa_initialize_texture_object(&nt->base, name, target);
51 return &nt->base;
57 struct nouveau_texture *nt = to_nouveau_texture(t); local
61 nouveau_surface_ref(NULL, &nt->surfaces[i]);
434 struct nouveau_texture *nt = to_nouveau_texture(t); local
441 if (nt->dirty) {
442 nt->dirty = GL_FALSE;
446 struct nouveau_surface *s = &nt->surfaces[i];
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_mode_18_34.s 63 @* @param[in] nt
81 @ word32 nt,
91 @ nt
ihevc_intra_pred_luma_mode_3_to_9.s 60 @* @param[in] nt
78 @ word32 nt,
88 @ nt
130 ldr r4,[sp,#40] @loads nt
175 add r1, r0, r4, lsl #1 @pu1_ref + nt
179 sub r1, r1, #9 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row
498 add r6, r0, r4, lsl #1 @pu1_ref + 2nt
501 sub r6, r6, #9 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row
ihevc_intra_pred_chroma_mode_27_to_33.s 62 @* @param[in] nt
81 @ word32 nt,
107 ldr r4,[sp,#40] @loads nt
325 movle r4,r5 @reload nt
400 movle r8,r1 @reload the source to pu1_src+2nt
419 addle r2,r2,r12 @increment the dst pointer to 8*dst_strd - nt
ihevc_intra_pred_chroma_mode_3_to_9.s 60 @* @param[in] nt
77 @ word32 nt,
86 @ nt
127 ldr r4,[sp,#40] @loads nt
166 add r1, r0, r4, lsl #2 @pu1_ref + 4*nt
170 sub r1, r1, #26 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row
ihevc_intra_pred_luma_mode_27_to_33.s 62 @* @param[in] nt
80 @ word32 nt,
111 ldr r4,[sp,#40] @loads nt
326 movle r4,r5 @reload nt
400 movle r8,r1 @reload the source to pu1_src+2nt
419 addle r2,r2,r12 @increment the dst pointer to 8*dst_strd - nt
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 1 r"""OS routines for Mac, NT, or Posix depending on what system we're on.
4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.
6 - os.name is 'posix', 'nt', 'os2', 'ce' or 'riscos'
55 elif 'nt' in _names:
56 name = 'nt'
58 from nt import *
60 from nt import _exit
65 import nt namespace
66 __all__.extend(_get_exports_list(nt))
67 del nt
    [all...]
ntpath.py 452 from nt import _getfullpathname
530 from nt import _isdir as isdir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 1 r"""OS routines for Mac, NT, or Posix depending on what system we're on.
4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.
6 - os.name is 'posix', 'nt', 'os2', 'ce' or 'riscos'
55 elif 'nt' in _names:
56 name = 'nt'
58 from nt import *
60 from nt import _exit
65 import nt namespace
66 __all__.extend(_get_exports_list(nt))
67 del nt
    [all...]
ntpath.py 452 from nt import _getfullpathname
530 from nt import _isdir as isdir
  /cts/tools/dasm/src/java_cup/
Main.java 453 non_terminal nt; local
483 nt = (non_terminal)n.nextElement();
486 if (nt.use_count() == 0)
492 System.err.println("Warning: Non terminal \"" + nt.name() +
parser.java 640 the first production, make its lhs nt the start_nt
679 case 44: // production ::= error NT$9 SEMI
687 case 43: // NT$9 ::=
689 CUP$result = new java_cup.runtime.token(/*NT$9*/41);
695 case 42: // production ::= nt_id NT$8 COLON_COLON_EQUALS rhs_list SEMI
703 case 41: // NT$8 ::=
705 CUP$result = new java_cup.runtime.token(/*NT$8*/40);
707 /* lookup the lhs nt */
749 case 37: // start_spec ::= START WITH nt_id NT$7 SEMI
757 case 36: // NT$7 ::=
762 non_terminal nt = (non_terminal)non_terms.get((\/*start_name*\/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 156 # ntpath.abspath() can only be used on a system with the "nt" module
157 # (reasonably), so we protect this test with "import nt". This allows
163 import nt namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 156 # ntpath.abspath() can only be used on a system with the "nt" module
157 # (reasonably), so we protect this test with "import nt". This allows
163 import nt namespace
  /external/chromium_org/third_party/icu/source/common/
utrie2_builder.cpp 329 NewTrieAndStatus *nt=(NewTrieAndStatus *)context; local
330 if(value!=nt->trie->initialValue) {
331 if(nt->exclusiveLimit) {
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);
    [all...]
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 329 NewTrieAndStatus *nt=(NewTrieAndStatus *)context; local
330 if(value!=nt->trie->initialValue) {
331 if(nt->exclusiveLimit) {
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 492 int nt = cp.getMethodrefNameAndType(mref); local
494 int mref2 = cp.addMethodrefInfo(sc, nt);
ConstPool.java 787 int nt = addNameAndTypeInfo(name, type); local
788 return addFieldrefInfo(classInfo, nt);
826 int nt = addNameAndTypeInfo(name, type); local
827 return addMethodrefInfo(classInfo, nt);
867 int nt = addNameAndTypeInfo(name, type); local
868 return addInterfaceMethodrefInfo(classInfo, nt);
    [all...]
ClassFileWriter.java 438 int nt = constPool.addNameAndTypeInfo(methodName, descriptor); local
439 int method = constPool.addMethodrefInfo(target, nt);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 956 int nt = n.getNodeType(); local
957 return ( (Node.DOCUMENT_NODE == nt) || (Node.DOCUMENT_FRAGMENT_NODE == nt) )
    [all...]
  /external/chromium_org/third_party/flot/
jquery.min.js     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 445 int nt = mPhone.getServiceState().getNetworkType(); local
454 if ((nt == TelephonyManager.NETWORK_TYPE_CDMA) ||
455 (nt == TelephonyManager.NETWORK_TYPE_1xRTT) ||
456 (nt == TelephonyManager.NETWORK_TYPE_EVDO_0) ||
457 (nt == TelephonyManager.NETWORK_TYPE_EVDO_A) ||
458 (nt == TelephonyManager.NETWORK_TYPE_EVDO_B) ||
459 (nt == TelephonyManager.NETWORK_TYPE_EHRPD)) {
    [all...]
DcTrackerBase.java 1482 int nt = mPhone.getServiceState().getNetworkType(); local
    [all...]
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 401 Index nt = nzcolR-bi; local
402 for(Index i = 0; i < nt/2; i++) std::swap(Ridx(bi+i), Ridx(nzcolR-i-1));
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 594 * Tries to cas nt as new tail.
596 void advanceTail(QNode t, QNode nt) {
598 UNSAFE.compareAndSwapObject(this, tailOffset, t, nt);
    [all...]

Completed in 1985 milliseconds

1 2 34 5 6 7