/external/ltp/testcases/kernel/fs/fs_bind/cloneNS/ |
test07 | 29 tst_resm TINFO "cloneNS: slave child to slave parent." 78 rm -rf parent* child* 83 tst_resm TFAIL "cloneNS/test07: FAILED: cloneNS: slave child to slave parent."
|
/external/ltp/testcases/kernel/syscalls/move_pages/ |
move_pages03.c | 81 * child() - touches shared pages, and waits for signal from parent. 85 void child(void **pages, sem_t * sem) function 150 * Fork a child process so that the shared pages are 155 tst_resm(TBROK | TERRNO, "forking child failed"); 158 child(pages, sem); 161 /* Wait for child to setup and signal. */ 177 /* Test done. Ask child to terminate. */
|
move_pages05.c | 83 * child() - touches pages, and waits for signal from parent. 86 void child(void **pages, sem_t * sem) function 157 * Fork a child process so that the shared pages are 162 tst_resm(TBROK, "forking child failed"); 165 child(pages, sem); 168 /* Wait for child to setup and signal. */ 190 /* Test done. Ask child to terminate. */
|
move_pages11.c | 82 * child() - touches shared pages, and waits for signal from parent. 86 void child(void **pages, sem_t * sem) function 151 * Fork a child process so that the shared pages are 156 tst_resm(TBROK, "forking child failed: %s", 160 child(pages, sem); 163 /* Wait for child to setup and signal. */ 177 /* Test done. Ask child to terminate. */
|
/external/mesa3d/src/amd/common/ |
ac_shader_info.c | 99 if(instr->variables[0]->deref.child) 100 type = instr->variables[0]->deref.child->type;
|
/external/pdfium/fpdfsdk/pwl/ |
cpwl_combo_box.h | 56 void NotifyLButtonDown(CPWL_Wnd* child, const CFX_PointF& pos) override; 57 void NotifyLButtonUp(CPWL_Wnd* child, const CFX_PointF& pos) override;
|
/external/protobuf/python/google/protobuf/internal/ |
well_known_types_test.py | 450 nested_src.child.payload.optional_int32 = 1234 451 nested_src.child.child.payload.optional_int32 = 5678 453 mask.FromJsonString('child.payload') 455 self.assertEqual(1234, nested_dst.child.payload.optional_int32) 456 self.assertEqual(0, nested_dst.child.child.payload.optional_int32) 458 mask.FromJsonString('child.child.payload') 460 self.assertEqual(1234, nested_dst.child.payload.optional_int32 [all...] |
/external/python/cpython2/Demo/threads/ |
telnet.py | 63 thread.start_new(child, (s,)) 106 def child(s): function
|
/external/python/cpython2/Lib/compiler/ |
visitor.py | 25 child nodes are visited during a preorder walk. (It can't control 29 be used to visit a child node of arbitrary type. 39 for child in node.getChildNodes(): 40 self.dispatch(child, *args)
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
fix_except.py | 83 for child in reversed(suite_stmts[:i]): 84 e_suite.insert_child(0, child)
|
/external/skqp/modules/sksg/src/ |
SkSGTransform.cpp | 82 TransformEffect::TransformEffect(sk_sp<RenderNode> child, sk_sp<Transform> transform) 83 : INHERITED(std::move(child))
|
/external/squashfs-tools/kernel/fs/squashfs/ |
export.c | 111 static struct dentry *squashfs_get_parent(struct dentry *child) 113 struct inode *inode = child->d_inode;
|
/external/syzkaller/dashboard/app/ |
admin.go | 34 child string 58 if entity.child != "" { 61 keys1, err := datastore.NewQuery(entity.child). 70 fmt.Fprintf(w, " %v: %v\n", entity.child, len(childKeys))
|
/external/tensorflow/tensorflow/tools/compatibility/update/ |
generate_v2_reorders_map.py | 82 for child in children: 83 _, attr = tf_decorator.unwrap(child[1])
|
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
Theme.java | 60 for (Component child : c.getComponents()) 61 apply(child);
|
/external/vogar/src/vogar/ |
ActionFinder.java | 44 for (File child : file.listFiles()) { 45 findActionsRecursive(child, depth + 1);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkBinaryRegistry.cpp | 254 SparseIndexNode* child = DE_NULL; local 260 child = group->children[childNdx]; 265 DE_ASSERT(numWords > 1 || !child); 267 if (!child) 272 child = group->children.back(); 276 addToSparseIndex(child, words+1, numWords-1, index); 281 // Prepares sparse index for finalization. Ensures that child with word = 0 is moved 282 // to the end, or one is added if there is no such child already. 300 // Move child with word = 0 to last 336 const SparseIndexNode* child = group->children[childNdx] local [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNodeUtils.java | 135 * Find or create a child node under a given parent node. If the parent node is no 136 * Returns the found or created child node. 447 * Find the appropriate child node, resolving aliases, and optionally creating nodes. 713 XMPNode child = arrayNode.getChild(i); local 714 if (child.hasQualifier() && X_DEFAULT.equals(child.getQualifier(1).getValue())) 720 arrayNode.addChild(1, child); 724 // cannot occur, because same child is removed before 730 arrayNode.getChild(2).setValue(child.getValue()); 752 XMPNode child = (XMPNode) it.next() local 911 XMPNode child = arrayNode.getChild(index); local [all...] |
/external/okhttp/website/static/ |
bootstrap-combined.min.css | 9 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27. (…) [all...] |
/external/ltp/testcases/kernel/mem/lib/ |
mem.c | 114 * desired outcome (e.g. child killed, operation failed with ENOMEM) 115 * @testcase: selects how child allocates memory 117 * @lite: if non-zero, child makes only single TESTMEM+MB allocation 118 * if zero, child keeps allocating memory until it gets killed 120 * @retcode: expected return code of child process 121 * if matches child ret code, this function reports PASS, 123 * @allow_sigkill: if zero and child is killed, this function reports FAIL 124 * if non-zero, then if child is killed by SIGKILL 295 tst_res(TINFO, "child %d verifies memory content.", proc); 302 tst_res(TFAIL, "child %d has %c at 432 int i, j, status, *child; local [all...] |
/external/mesa3d/src/compiler/nir/ |
nir.c | 626 deref->deref.child = NULL; 637 deref->deref.child = NULL; 649 deref->deref.child = NULL; 662 if (deref->deref.child) 663 ret->deref.child = nir_deref_clone(deref->deref.child, ret); 677 if (deref->deref.child) 678 ret->deref.child = nir_deref_clone(deref->deref.child, ret); 687 if (deref->deref.child) [all...] |
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
DuplicateIdActivityTest.java | 135 final EditText child = new EditText(activity); local 139 parent.addView(child); 140 child.requestFocus(); 174 assertEqualsIgnoreSession(newId1, child.getAutofillId());
|
LoginActivity.java | 319 * Adds a child view to the root container. 321 public void addChild(View child) { 322 Log.d(TAG, "addChild(" + child + "): id=" + child.getAutofillId()); 324 syncRunOnUiThread(() -> root.addView(child));
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
ParentChildTestBase.java | 33 void doTest(WindowState parent, WindowState child);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
patcomp.py | 116 child = children[0]
117 if child.type == token.STAR:
120 elif child.type == token.PLUS:
123 elif child.type == token.LBRACE:
|